KeyDictionary.IDictionary<XmlQualifiedName, IList<Key>>.Keys PropertyKeyDictionary.IDictionary(Of XmlQualifiedName, IList(Of Key)).Keys PropertyKeyDictionary::IDictionary<XmlQualifiedName, IList<Key>>::Keys Property
- XmlPrime 5.0
- Other Versions ▼
Syntax
Private ReadOnly Property Keys As ICollection(Of System.Xml.XmlQualifiedName) _ Implements IDictionary.Keys Get
private ICollection<System.Xml.XmlQualifiedName> System.Collections.Generic.IDictionary<TKey, TValue>.Keys { get; }
private: property ICollection<System.Xml::XmlQualifiedName^>^ Keys { virtual ICollection<System.Xml::XmlQualifiedName^>^ System.Collections.Generic::IDictionary<TKey, TValue>::get() sealed; }